context.timerCtx.timer (field)

5 uses

	context (current package)
		context.go#L638: 		c.timer = time.AfterFunc(dur, func() {
		context.go#L650: 	timer *time.Timer // Under cancelCtx.mu.
		context.go#L672: 	if c.timer != nil {
		context.go#L673: 		c.timer.Stop()
		context.go#L674: 		c.timer = nil